SftTree/NET 2.0

ToolTipStyle Field, ToolTipEventArgs Class

Softel vdm, Inc.

Defines the appearance of the tooltip. This value can be modified by the ShowToolTip event handler.

Syntax      ToolTipEventArgs Class (Softelvdm.SftTreeNET)

VB   

Public Property ToolTipStyle As ToolTipAppearanceEnum

C#   

public ToolTipAppearanceEnum ToolTipStyle;

C++   

public: ToolTipAppearanceEnum ToolTipStyle;

Field Value

Defines the appearance of the tooltip. The default is ToolTipAppearanceEnum.Rectangle.

ToolTipAppearanceEnum

Value

Description

Rectangle

0

The tooltip is displayed within a rectangular window, sized to fits its contents.

Balloon

1

The tooltip is displayed within a "balloon" window, with a stem pointing at the data it references.

Comments

The ToolTipStyle field defines the appearance of the tooltip. This value can be modified by the ShowToolTip event handler.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com